home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_12
/
9n12090a
< prev
next >
Wrap
Text File
|
1991-07-25
|
543b
|
20 lines
# LISTING 7 TERM.MK
# Microsoft C 5.1 Make file for UART Library
# and TERM demo program.
#
uartlow.obj: uartlow.c uart.h uartmacs.c
cl /AL /Zp /Ox /c /W3 uartlow.c > uartlow.err
uartapi.obj: uartapi.c uart.h uartmacs.c
cl /AL /Zp /c /W3 uartapi.c > uartapi.err
testasy.obj: testasy.c uart.h uartmacs.c
cl /AL /Zp /c /W3 testasy.c > testasy.err
term.obj: term.c uart.h
cl /AL /Zp /c /W3 term.c > term.err
term.exe: uartlow.obj uartapi.obj testasy.obj term.obj
link term+uartapi+testasy+uartlow ;